home *** CD-ROM | disk | FTP | other *** search
/ Old Testament Foundatiosn with Philip Yancey / Old Testament Foundatiosn with Philip Yancey - Disc 1.iso / pc / data / b026par.dir / 00002.ls < prev    next >
Encoding:
Text File  |  1996-09-06  |  351 b   |  12 lines

  1. on mouseDown
  2.   global gNumofMen, gNumofPar, gNumofWom, gNumofGeo, gNumofPot, gQuestion, gCurrentNumber, gTotalNumofPages
  3.   set the castNum of sprite 6 to cast "b060"
  4.   if pressCategoryButton(6) then
  5.     pupSprites(1, 48, 0)
  6.     set gQuestion to 1
  7.     set gTotalNumofPages to gNumofPar
  8.     set gCurrentNumber to 1
  9.     go(1, "b026par.dir")
  10.   end if
  11. end
  12.